Jump to content
Advertising GIF
Advertising GIF

Recommended Posts

  • Founder

Anti-Suspend

Anti-Suspend is a tool designed to detect x64dbg detaching, thread suspension, and perform other related functions.

How it Works

The tool creates a dummy thread that triggers when suspended or when the file is suspended. It utilizes DebugActiveProcessStop to stop debugging of a process previously attached to a debugger or utilized by a program for suspension. After that, it pushes the suspension limits to max. then at the end, it checks if the thread can be suspended. If the return does not equal (DWORD)-1, it shows either suspension or previous attachment of a debugger.

Usage

To integrate Anti-Suspend into your project, simply include the provided code snippets into your existing code.

 

This is the hidden content, please

  • Like 3
  • Helpful 1
Link to comment
https://crackfrm.org/topic/241-c-anti-suspend/
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Terms of Use